home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / schools / sandywatt / _elecfield / story < prev    next >
Text File  |  1991-03-30  |  1KB  |  20 lines

  1. Heading: About this program
  2. This program calculates and displays the wavefunctions of the electron in the hydrogen atom.  The density is the square of the product of a radial function and an angular function.
  3. The exact form of the density depends on three quantum numbers, n, l and m.
  4.  
  5. Heading: The Radial function
  6. The program plots the Radial function, which depends only on n and l. The allowed values of n are n=1, 2, 3, ... , The program does not accept values of n greater than 9. The possible values of l are:  l=0, 1, ... n-1.
  7. The program allows you to plot the radial function itself, or its square, or the radial density function.
  8.  
  9. Heading: The Angular function
  10. This is a spherical harmonic. The form of the function depends on l and m.  Allowed values of m are:  m=l,l-1,l-2, ... -l.
  11. The polar diagram shows positive values in yellow and negative values in blue.  
  12. The program plots a polar diagram of the spherical harmonic in the xz-plane where ö=0 and the spherical harmonic is a real function of è. It is also possible to plot the square of the spherical harmonic. The Z-axis corresponds to the direction è=0.
  13.  
  14. Heading: The Density distribution
  15.  
  16. This is the value of the modulus squared of the product of the radial and angular functions. White is high density, black is low density. 
  17. You can see that it has zeros when either the radial or the angular function is zero.
  18.  
  19.  
  20.